* sysdep.c (sys_siglist): Comment out #endif trailer.
authorJim Blandy <jimb@redhat.com>
Sat, 29 May 1993 20:49:01 +0000 (20:49 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 29 May 1993 20:49:01 +0000 (20:49 +0000)
* xmenu.c (TRUE, FALSE): Same.
* xterm.c (dumprectangle): Same.

src/xmenu.c
src/xterm.c

index 6a4e69dc94e3246a7a5289ca7573c2776d8100ff..a5b69946b7a52f19307c13fa0c92004344a44b69 100644 (file)
@@ -63,7 +63,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef TRUE
 #define TRUE 1
 #define FALSE 0
-#endif TRUE
+#endif /* TRUE */
 
 #ifdef HAVE_X11
 extern Display *x_current_display;
index 60f4c8850fceef6024d64cdfc21fe3b0212631b3..54075bc236bfdce5d7acf16d5b4bff44eb838215 100644 (file)
@@ -1080,7 +1080,7 @@ dumprectangle (f, left, top, cols, rows)
        || right > intborder + f->width * FONT_WIDTH (f->display.x->font))
       dumpborder (f, 0);
   }
-#endif /* HAVE_X11             /* Window manger does this for X11. */ */
+#endif /* HAVE_X11             Window manger does this for X11. */
   
   /* Convert rectangle edges in pixels to edges in chars.
      Round down for left and top, up for right and bottom.  */